home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Classes / SortedList / ReadMe < prev    next >
Text File  |  1995-06-12  |  1KB  |  25 lines

  1.  
  2. This object implements a SortedList, something like the Smalltalk SortedCollection.  Objects can be added to the SortedList, and will always be kept in sorted order.  It's primarily an internal programming data structure that most users won't see directly.
  3.  
  4. It uses the NeXT List object.  If you don't have a List class in whatever environment you're using, you're out of luck.
  5.  
  6. The SortedList intended for smallish collections of objects, roughly what a List object can deal with.
  7.  
  8. I hope this object will enourage others to post their possibly useful Objective-C objects to the net.  A large library of these things would be very helpful.
  9.  
  10. GNU copyleft rules apply.  If you improve on this object, make the source  available too.  You can use the object in your own programs without attribution.
  11.  
  12. I'm not responsible for anything if something goes wrong.  I'll be happy to take the credit if something goes right, however :-).
  13.   
  14. MANIFEST:
  15.  
  16. SortedList.rtf           The documentation of the object, modeled after NeXT's.
  17. SortedList.h             The interface file
  18. SortedList.m             The implementation file
  19. README                   This file
  20.  
  21. Don McGregor
  22. Feb 1992
  23.  
  24. mcgregdr@conan.ie.orst.edu (Regular mail for now)
  25. mcgredo@bluto.ie.orst.edu  (NeXT Mail; probably not much longer)